home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / logrotate.d / tor < prev   
Encoding:
Text File  |  2012-11-20  |  190 b   |  14 lines

  1. /var/log/tor/*log {
  2.     daily
  3.     rotate 5
  4.     compress
  5.     delaycompress
  6.     missingok
  7.     notifempty
  8.     create 0640 debian-tor adm
  9.     sharedscripts
  10.     postrotate
  11.         /etc/init.d/tor reload > /dev/null
  12.     endscript
  13. }
  14.